projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fef3ff
)
Adwaita: Avoid expander<>combobox interference
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 28 Dec 2017 13:39:29 +0000
(08:39 -0500)
committer
Daniel Boles
<dboles@src.gnome.org>
Mon, 1 Jan 2018 18:48:08 +0000
(18:48 +0000)
Putting a combobox in an expander was causing the combo arrow
to go sideways. Increase the specificity with which we address
the expander arrow to avoid that.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 8dd242afb34ff07a4d4f4af3752773603b518021..989d07961e2466a0d00ec65fee141f4d4f9693c1 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3661,7
+3661,7
@@
row {
* Expanders *
*************/
expander {
- arrow {
+
title >
arrow {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme('pan-end-symbolic');